home *** CD-ROM | disk | FTP | other *** search
- Path: news.delphi.com!usenet
- From: jdow@BIX.com (Joanne Dow)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: PPP cant init serial.device
- Date: 20 Jan 1996 05:27:18 GMT
- Organization: Delphi Internet Services Corporation
- Message-ID: <4dpufm$j40@news2.delphi.com>
- References: <4br5oj$6uq@yarrow.wt.com.au> <2780.6569T1404T1636@ptialaska.net> <19960114.7D18F40.C39B@daemon.apana.org.au.apana.org.au> <19960114.11AC7B0.A0A2@olympus.net>
- Reply-To: jdow@BIX.com (Joanne Dow)
- NNTP-Posting-Host: bix.com
- X-Newsreader: NetBix 1.248
- X-Newsreader-Author: lwilton@BIX.com (Loren Wilton)
- This message has been posted with development version software.
- If there are any problems with the message format, send me mail.
-
- In article <19960114.11AC7B0.A0A2@olympus.net>,
- dons@olympus.net (Don Schmelling) wrote:
- >neil@daemon.apana.org.au.apana.org.au wrote:
- >:
- >: The dialscript contained:
- >: send "ATZ"
- >: wait "OK"
- >: all I wanted was a response from the modem.
- >:
- ..
-
- >You seem to think that if you repeat this bogus claim frequently enough that
- >it will become true.
- >
- >Change the line send "ATZ" to send "ATZ\R" or whatever else your modem uses
- >like ^M
-
- If you're going to call him bogus for brains I will call you that directly in
- return. If you bother to read the PPP documentation you will note that the
- "send" command automatically includes the trailing return character.
-
- This is a dialscript (with some internally stored alternate numbers) for my use
- of PPP with a PAP negotiation provider. Now I have not tried it with
- serial.device as I have a GVP IO_Extender so that I get higher speeds. But since
- the script works it should function with the serial port.
-
- Something I have noticed is the ppp environment variables in
- "env/sana2/pppN.config" seem to be read once per reboot. I hope Holger can shed
- some light on this as it makes life decidedly awkward when I want to change
- between a PAP and a CHAP login site.
-
- ----- The script ---- ----- some annotations
- ECHO ON Makes it easy to watch things
- TIMEOUT 1500 Seems reasonable - sorta
- #REDIAL "BUSY" Didn't like this option here
- delay 100 Give modem time to "settle".
- send "at&D2" Configure DTR behavior
- wait "OK" Wait for the answer
- delay 5 Pause very briefly
- #SEND "ATDT 1 800 698 8621" Alternate number 1
- #SEND "ATDT 1 800 741 9259" Alternate number 2
- #SEND "ATDT 1 800 779 2966" Alternate number 3
- SEND "ATDT 1 800 7944110" The real number dialed.
- WAIT "CONNECT" Go get 'em, gang! We're there.
-
- The script is subject to change on whim or imaginative new requirement. (I wish
- I could drive script, configuration, etc all from an AREXX script....
- Hint Hint! {^_-})
-
- >------------------------------------- -------------------------------
- >Don Schmelling Port Angeles, WA USA | Amiga - Paradigm shift for the
- > A1200/540/CD + A1230 50/50/8 | creative computer user.
- > OMNIA EXTARES |
- >------------------------------------- -------------------------------
-
- {^_^} Joanne Dow, Amiga Exchange Editor on BIX, aka The Wizardess
- jdow@bix.com, jdow@delphi.com, jdow@mci.newscorp.com
-
-